net.pipe.remoteDone (field)
10 uses
net (current package)
pipe.go#L102: remoteDone <-chan struct{}
pipe.go#L124: localDone: done1, remoteDone: done2,
pipe.go#L131: localDone: done2, remoteDone: done1,
pipe.go#L153: case isClosedChan(p.remoteDone):
pipe.go#L166: case <-p.remoteDone:
pipe.go#L185: case isClosedChan(p.remoteDone):
pipe.go#L201: case <-p.remoteDone:
pipe.go#L211: if isClosedChan(p.localDone) || isClosedChan(p.remoteDone) {
pipe.go#L220: if isClosedChan(p.localDone) || isClosedChan(p.remoteDone) {
pipe.go#L228: if isClosedChan(p.localDone) || isClosedChan(p.remoteDone) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |